0cf9ebc3b02b80ab4fab605aebf5fdd9a9c31db4,source/net/yacy/kelondro/data/word/WordReferenceRow.java,WordReferenceRow,wordsintitle,#,355

Before Change


    }

    public int wordsintitle() {
        return (int) this.entry.getColLong(col_wordsInTitle);
    }

    public int llocal() {

After Change


    }

    public int wordsintitle() {
        return (0xff & this.entry.getColByte(col_wordsInTitle));
    }

    public int llocal() {